SftTree/NET 2.0

MaxWidth Property, ColumnClass Class

Softel vdm, Inc.

Defines the maximum width of the column while the user resizes the column.

Syntax      ColumnClass Class (Softelvdm.SftTreeNET)

VB   

Public Property MaxWidth As Integer

C#   

public int MaxWidth { get; set; }

C++   

public: property int MaxWidth {
        int get();
        void set(int value);
}

Property Value

The maximum width in pixels or 0 if no maximum width is defined.

The default value is 0.

Comments

The MaxWidth property defines the maximum width of the column while the user resizes the column.

The maximum width affects user resizing of the column only. An application can define a column width (Width property) that is not constrained by the MinWidth and MaxWidth properties.


Feedback / comments / error reports for this topic
© 2007 - Softel vdm, Inc. - www.softelvdm.com